<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.t-margin-50 {
	margin-top: 50px;
}
@media (max-width: 767px){
	.t-margin-50 {
	margin-top: 20px;
}
}
.bg-pages{
	background: #F8F9FC;
}


.bg-pages .container .row .rounded {
	background: #fff;
}
/**/
.blog-single-foot{
	margin: 18px 0px;
}
.fc-show-prev-next,.fc-show-prev-next{
	color: #666;
	border: 1px #ccc solid;
	border-radius:30px;
	background: #FAFAFA;
	padding: 6px 6px 6px 12px;
	font-size: 14px;
}
.fc-show-prev-next a,.fc-show-prev-next a{
	color: #666;
}
.fc-show-prev-next strong{
	color: #999;font-weight: normal;
}
/* ==============
    Top header CSS 
==================================== */
.top-header {
    background-color: #f2eee2;
}
.top-header ul {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.top-header ul li {
    display: inline-block;
    color: #666;
}
.top-header ul li a {
    color: #666;
}
.top-header ul li a:hover {
    color: #ff007d;
}
.top-info-links li {
    margin-right: 5px;
}
.top-info-links .tel {
    font-size:26px; color:#ff007d; font-family:"Arial"; line-height:26px; 
}

.top-info-links li i {
    padding-right: 3px;
    font-size: 20px;
}
.top-social-links li {
    margin-right: 15px;
}
.top-social-links li i {
    font-size: 16px;
}
.login-regi-links::before {
    background-color: #cccccc;
    width: 1px;
    height: 100%;
    content: "";
    left: -5px;
    top: 0;
    position: absolute;
}
.login-regi-links li {
    margin-left: 10px;
}
.login-regi-links a {
    font-weight: 600;
}
/* ==============
    End Top header CSS 
==================================== */

/* ==============
    Navbar CSS 
==================================== */

.edu-navbar .navbar-brand img{
	min-height: 60px;min-width: 368px;margin-left: 0px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .edu-navbar .navbar-brand img{
	min-height: 36px;min-width: 218px;		
}
}
@media only screen and (max-width: 767px) {
    .edu-navbar .navbar-brand img{
	min-height: 36px;min-width: 218px;	
}
.edu-navbar .container{
padding-left: 0px;

}
}

.header-sticky.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.edu-navbar {
	background-color: #fff;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-light .navbar-brand {
	padding: 0;
}
.navbar-light .navbar-brand img {
    width: 150px;
}
.edu-navbar .navbar-nav .nav-link {
	text-transform: capitalize;
	padding: 10px 15px;
	color: #1f2d30;
	font-weight: 600;
	font-size: 16px;
}
.edu-navbar .navbar-nav .dropdown-item {
    padding: 10px 15px;
}
/*
.edu-navbar .active a, 
.edu-navbar .active a:focus, 
.edu-navbar .active a:hover, 
.edu-navbar li a:hover, 
.edu-navbar li a:focus, 
.edu-navbar .navbar&gt;.show&gt;a, 
.edu-navbar .navbar&gt;.show&gt;a:focus, 
.edu-navbar .navbar&gt;.show&gt;a:hover{
    color: #000;
    background: transparent;
    outline: 0;
}*/
.edu-navbar .navbar-nav .active&gt;.nav-link, 
.edu-navbar .navbar-nav .nav-link.active, 
.edu-navbar .navbar-nav .nav-link.show, 
.edu-navbar .navbar-nav .show&gt;.nav-link {
    color: #ff007d;
}
.edu-navbar .dropdown-item.active, .edu-navbar .dropdown-item:active {
    color: #ff007d;
    background-color: #fff;
}
.edu-navbar i.icofont-search {
    font-size: 18px;
} 
.edu-navbar i.icofont-cart-alt {
    font-size: 20px;
}
/*submenu style start from here*/
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*first level*/
.edu-navbar .collapse ul &gt; li:hover &gt; a {
    background: #f5f5f5;
}
.edu-navbar .collapse ul ul &gt; li:hover &gt; a, .navbar .show .dropdown-menu &gt; li &gt; a:focus, .navbar .show .dropdown-menu &gt; li &gt; a:hover {
	background: #fff;
	color: #ff007d;
}
/*second level*/
.edu-navbar .collapse ul ul ul &gt; li:hover &gt; a {
	background: #fff;
	color: #ff007d;
}
/*third level*/
.edu-navbar .collapse ul ul, .edu-navbar .collapse ul ul.dropdown-menu {
	background: #f5f5f5;
}
.edu-navbar .collapse ul ul ul, .edu-navbar .collapse ul ul ul.dropdown-menu {
	background: #f5f5f5;
}
.edu-navbar .collapse ul ul ul ul, .edu-navbar .collapse ul ul ul ul.dropdown-menu {
    background:#f5f5f5
}
/*Drop-down menu work on hover*/

@media only screen and (max-width: 991px) {
    .edu-navbar .show &gt; .dropdown-toggle::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {
    .edu-navbar .dropdown &gt; .dropdown-menu, .edu-navbar .cart-item .dropdown-menu {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        display: block;
    }
    .edu-navbar .dropdown:hover &gt; .dropdown-menu, .edu-navbar .cart-item:hover .dropdown-menu {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .edu-navbar .collapse ul li {
        position:relative;
    }
    .edu-navbar .dropdown ul li:hover&gt; ul {
        display:block
    }
    .edu-navbar .collapse ul ul {
        position:absolute;
        top:100%;
        left:0;
        min-width:250px;
        display:none;
    }
    .edu-navbar .collapse ul .cart-item ul {
        right: 0; 
        left:auto; 
        width:300px;
    }
    .edu-navbar .collapse ul ul li {
        position:relative
    }
    .edu-navbar .collapse ul ul li:hover&gt; ul {
        display:block
    }
    .edu-navbar .collapse ul ul ul {
        position:absolute;
        top:0;
        left:100%;
        min-width:250px;
        display:none
    }
    .edu-navbar .collapse ul ul ul li {
        position:relative
    }
    .edu-navbar .collapse ul ul ul li:hover ul {
        display:block
    }
    .edu-navbar .collapse ul ul ul ul {
        position:absolute;
        top:0;
        left:-100%;
        min-width:250px;
        display:none;
        z-index:1
    }
}
/**/
.cart-item .nav-link {
    position: relative;
}
.cart-item .nav-link span {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	background: #ff007d;
	color: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	top: 2px;
	border-radius: 50%;
	line-height: 20px;
	right: -1px;
	font-size: 12px;
}
.cart-item ul li {
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}
.cart-item ul li img {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 15px;
}
.cart-item ul li .description a {
    color: #ff007d;
    font-size: 15px;
}
.cart-item ul li .description a:hover {
    color: #000;
}
.cart-item ul li .price {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.cart-item ul li .price del {
    color: #777;
    font-weight: 300;
    padding-right: 5px;
}
.cart-item ul li .total {
    padding-left: 22px;
    font-size: 15px;
}
.cart-item ul li a.checkout {
    font-size: 14px;
    border: 1px solid #ff007d;
    color: #ff007d;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}
.cart-item ul li a.checkout:hover {
    background-color: #ff007d !important;
    border: 1px solid #ff007d !important;
    color: #fff !important;
}
.cart-item ul li a.view-cart {
    font-size: 14px;
    border: 1px solid #ff007d;
    color: #ff007d;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
}
.cart-item ul li a.view-cart:hover {
    background-color: #ff007d !important;
    border: 1px solid #ff007d !important;
    color: #fff !important;
}
.cart-item .dropdown-toggle::after {
    display: none;
}
/**/

/**/
.edu-navbar2 .navbar-brand {
    z-index: 20;
}
.edu-navbar2:before {
    content: "";
    position: absolute;
    background-color: #ff007d;
    -webkit-clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.edu-navbar3 .navbar-brand {
    z-index: 20;
}
.edu-navbar3:before {
    content: "";
    position: absolute;
    background-color: #ff007d;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
    width: 400px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
.edu-navbar4 .navbar-brand {
    z-index: 20;
}
.edu-navbar4:before {
    content: "";
    position: absolute;
    background-color: #ff007d;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    width: 340px;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}
@media only screen and (min-width: 1480px) {
    .edu-navbar2:before {
        width: 500px;
    }
    .edu-navbar3:before {
        width: 500px;
    }
    .edu-navbar4:before {
        width: 500px;
    }
}
@media only screen and (min-width: 1700px) {
    .edu-navbar2:before {
        width: 700px;
    }
    .edu-navbar3:before {
        width: 700px;
    }
    .edu-navbar4:before {
        width: 650px;
    }
}
/**/
.section-header {
    margin-bottom: 60px;
    text-align: center;
}
.section-header i {
    color: #ff007d;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.section-header h2 {
    font-weight: bold;
    font-size: 34px;
    margin: 0;
}
.section-header p {
    max-width: 500px;
    margin: 20px auto 0;
}
/* ==============
    Experienced Tutor CSS 
==================================== */
.experienced-tutor {
    background-color: #fff;
}
.single-tutor {
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
	 -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.single-tutor:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: rgba(252, 51, 147, 0.10);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.st-active-hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #fff;
}
.single-tutor img {
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
	height: 120px;width: 120px;
}
.single-tutor:hover img {
    border: 1px solid #ff007d;
}
.st-active-hover img {
    border: 1px solid #ff007d;
}
.tutor-title {
    margin-top: 20px;
}
.tutor-title h3 {
    font-size: 18px;
	color:#222222;
	font-weight:normal;
    margin-bottom: 0;
}
.tutor-title h3 a{  
	color:#222222;
}
.tutor-title p {
	margin-top: 20px;
    font-size:14px;
	color:#a7a7a7;
	font-weight:normal;
}

.single-tutor ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-tutor ul li {
    display: inline-block;
}
.single-tutor ul li a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 4px;
}
.single-tutor ul li a:hover {
    color: #ff007d;
}
.single-tutor-two {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
}
.single-tutor-two:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.single-tutor-two .tutor-img {
    margin-right: 20px;
    width: 130px;
    text-align: center;
}
.single-tutor-two .tutor-img img {
    width: 130px;
    height: 130px;
}
.single-tutor-two .tutor-title {
    margin-top: 0;
    font-size: 22px;
}
.single-tutor-two .description {
    margin: 5px 0 0;
}
.tutor-img ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}
.tutor-img ul li {
    display: inline-block;
}
.tutor-img ul li a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin: 0 4px;
}
.tutor-img ul li a:hover {
    color: #ff007d;
}
.pagination-outer { 
    text-align: center; 
    margin-top: 10px;
}
.pagination { 
    display: inline-flex; 
    margin: 0;
}
.pagination li a.page-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: #1f2d30;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.pagination li a.page-link:hover,
.pagination .active a.page-link,
.pagination .active a.page-link:hover{ background: #ff007d; }
/* ==============
    End Experienced Tutor CSS 
==================================== */
.main-footer .item1 span {
	text-align: center;
}
.main-footer .item1 img{
	max-height:160px;
	max-width:160px;
	text-align: center;
}
.main-footer .item1 h1,.main-footer .item1 h2{
font-size:14px;
	color:#a7a7a7;
	font-weight:normal;
	text-align: center;
	line-height: 21px;white-space: pre-wrap;
}


/**/
.pages-news-list{
	
}
.pages-news-list .news-item {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}

.pages-news-list .news-item a {
  width: 100%;
  display: block;
  max-height: 125px;
}

.pages-news-list .news-item a .news-time {
  float: left;
  display: inline-block;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 28px;
  background-color: #f2f2f2;
}

.pages-news-list .news-item a .news-time span {
  display: block;
}

.pages-news-list .news-item a .news-time .day {
  padding-top: 24px;
  font-size: 28px;
  color: #666;
}

.pages-news-list .news-item a .news-time .yearAndMonth {
  color: #999;
  font-size: 14px;
}

.pages-news-list .news-item a .news-content {
  width: 90%;
  height: 100%;
  display: inline-block;
  padding-left: 35px;
  vertical-align: top;
}

.pages-news-list .news-item a .news-content .layout-109-news-title {
  margin-bottom: 12px;
}

.pages-news-list .news-item a .news-content span {
  display: block;
}

.pages-news-list .news-item a .news-content .news-title {
  font-size: 20px;
  color: #222222;
font-weight: normal;
  overflow: hidden;
}

.pages-news-list .news-item a .news-content .news-desc {
font-size: 14px;
  color: #666666;
  line-height: 19px;
overflow: hidden;	
}

.pages-news-list .news-item a:hover .news-title {
  color: #FC3393;
}

@media (min-width: 768px) {
  .pages-news-list .news-item a .news-content .news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .pages-news-list .news-item a .news-content .news-desc {
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {

  .pages-news-list .news-item a {
    margin-left: 8px;
    height: 80px;
  }

  .pages-news-list .news-item a .news-time {
    width: 80px;
    height: 80px;
    line-height: 26px;
  }

  .pages-news-list .news-item a .news-time .day {
    padding-top: 20px;
    font-size: 26px;
  }

  .pages-news-list .news-item a .news-content {
    width: 74%;
    height: 80px;
    padding-left: 18px;
  }

  .pages-news-list .news-item a .news-content .layout-109-news-title {
    margin-bottom: 7px;
  }

  .pages-news-list .news-item a .news-content .news-title {
    width: 100%;
    font-size: 16px !important;
    white-space: normal;
  }

  .pages-news-list .news-item a .news-content .news-desc {
    font-size: 12px; line-height: 19px;
    white-space: normal; 
  }

  .pages-news-list .layout-109-news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

}

</pre></body></html>